home *** CD-ROM | disk | FTP | other *** search
/ Queensland Science Project eChemistry / Queensland Science Project eChemistry (ISBN 9781740818636).iso / ictToolKit / ict / skills17.js < prev    next >
Text File  |  2003-05-21  |  803b  |  24 lines

  1. <!-- 
  2.  
  3. function showICTsection17(no)
  4. {
  5.   //alert(no);
  6.   if (no != 1) MM_showHideLayers('sec17_nav','','show');   
  7.   if (no ==1) {
  8.      currentContent = "sec17_1";
  9.      MM_showHideLayers('sec17_1','','show','sec17_2','','hide','sec17_3','','hide','sec17_4','','hide'); 
  10.   }
  11.   else if (no ==2)  {
  12.      currentContent = "sec17_2";
  13.      MM_showHideLayers('sec17_1','','hide','sec17_2','','show','sec17_3','','hide','sec17_4','','hide'); 
  14.   }
  15.   else if (no ==3)  {   
  16.      currentContent = "sec17_3";
  17.      MM_showHideLayers('sec17_1','','hide','sec17_2','','hide','sec17_3','','show','sec17_4','','hide'); 
  18.   }
  19.   else if (no ==4)  {
  20.      currentContent = "sec17_4";
  21.      MM_showHideLayers('sec17_1','','hide','sec17_2','','hide','sec17_3','','hide','sec17_4','','show'); 
  22.   }
  23. }  
  24. //-->